getAdminKey

open fun getAdminKey(index: Int): ByteString

The public key authorized to send admin messages to this node.
repeated bytes admin_key = 3;

Return

The adminKey at the given index.

Parameters

index

The index of the element to return.